-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Update Tanstack Start #1714
Conversation
Hey, here’s your docs preview: https://clerk.com/docs/pr/1714 |
npm install @clerk/tanstack-start | ||
``` | ||
|
||
```bash {{ filename: 'terminal' }} | ||
yarn add @clerk/tanstack-start@beta | ||
yarn add @clerk/tanstack-start | ||
``` | ||
|
||
```bash {{ filename: 'terminal' }} | ||
pnpm add @clerk/tanstack-start@beta | ||
pnpm add @clerk/tanstack-start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't actively publish the package under the @beta
tag so the current beta tagged version is outdated compared to latest
. We don't use that tag for other packages that are still Beta (e.g. Elements) so this changes it so that people installed the latest version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Important
🔎 Previews:
Explanation:
This PR accompanies clerk/javascript#4575 (but can be merged independently) and basically updates our code to be up-to-date with Tanstack Start (so our SDK itself didn't change).
You can see examples of the changes also in the original Tanstack PR.
I also updated the quickstart: clerk/clerk-tanstack-start-quickstart#1
Checklist